body{
    background-color: #6f949f;
    margin: 0;
}
.content{
    display: flex;
    flex-direction: column;
}

.hero-content {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fcfcff;
    /* border: black 1px dotted; */
    height: 90vh;
}

.info-content {
    margin: 0;
    background-color: #c7d9d3;
    /* border: black 1px dotted; */
    height: 10vh;
}

.content h1{
    font-size: 2rem;
    font-weight: 700;
}
.content p {
    font-size: 1rem;
    font-weight: 200;
}